home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / MATHS / RLAB / RLAB125.ZIP / !RLaB / help_sz / tmpnam < prev    next >
Text File  |  1994-06-23  |  337b  |  15 lines

  1. tmpnam:
  2.  
  3. Synopsis: Create a unique file name.
  4.  
  5. Syntax:    tmpnam ( )
  6.  
  7. Description:
  8.  
  9.     tmpnam returns a string that is not the name of an existing
  10.     file. tmpnam generates a different name each time is is
  11.     called. The string tmpnam returns can be used a a filename
  12.     with RLaB's file I/O functions.
  13.  
  14. See Also: open, close, read, write, fprintf
  15.